home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr24 / fit10.zip / FIT.DOC < prev    next >
Text File  |  1993-05-09  |  1KB  |  39 lines

  1. FIT.C:  Copyright 1990 Turgut Kalfaoglu,  <TURGUT@TREARN.BITNET>
  2.  
  3.  
  4. Distribution: This program must be distributed in its original form,
  5. meaning FIT.C, FIT.EXE and FIT.DOC in an archive file (ZIP, ARC
  6. whatever) in their UNMODIFIED form. If you wish to enhance it, send me
  7. your FIT.C, and I'll credit you for the improvements. Do not just change
  8. the code, and re-archive it.
  9.  
  10. FIT allows you to copy a whole bunch of files onto multiple diskettes,
  11. while ensuring that no space is wasted on those diskettes (won't leave
  12. much blank space on the used disks) by ordering the files to be copied.
  13.  
  14. USAGE:  Similar to DOS's COPY command, but a bit more flexible. First,
  15. you CAN use FIT to copy stuff to a hard disk, but its real power shows
  16. when you copy to diskettes.
  17.  
  18.         FIT source_filenames destination_drive
  19.  
  20. So, you can say
  21.                 FIT *.EXE A:
  22.                 FIT *.EXE *.DOC \SOMEWHER\*.* A:
  23.                 FIT \*.* B:
  24.  
  25. and it will copy all those files onto the A or B drive. If the diskette
  26. gets full, you will have to insert a new one when prompted.
  27.  
  28. FIT is NOT public domain - if you enjoy it, you need to send me $10.
  29. here is my address:
  30.  
  31.         Turgut Kalfaoglu
  32.         1378 Sokak 8/10
  33.         Alsancak, Izmir
  34.         Turkey
  35.  
  36. If I don't hear from you, I'll assume that the program was not well
  37. liked, so I won't work on it anymore.
  38.  
  39.